projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
171666a
)
(alloc.o): Depend on charset.h.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 21:49:18 +0000
(21:49 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Mar 1998 21:49:18 +0000
(21:49 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 7e9bf8529ceb74b423be161f797ea4b5e4999fe8..3d06afe7282c53225b5b1a00c3252eb583fe0d30 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-1105,7
+1105,7
@@
hftctl.o: hftctl.c $(config_h)
/* The files of Lisp proper */
alloc.o: alloc.c frame.h window.h buffer.h puresize.h syssignal.h keyboard.h \
- blockinput.h $(config_h) INTERVAL_SRC
+ blockinput.h
charset.h
$(config_h) INTERVAL_SRC
bytecode.o: bytecode.c buffer.h syntax.h $(config_h)
data.o: data.c buffer.h puresize.h charset.h syssignal.h keyboard.h $(config_h)
eval.o: eval.c commands.h keyboard.h blockinput.h $(config_h)